C#
VB
WinRT C#
Initializes a new instance of AnnObservableCollection> from the specified collection.
public AnnObservableCollection<T>(
IEnumerable<T> collection
)
Public Function New( _
ByVal collection As IEnumerable(Of T) _
)
public AnnObservableCollection<T>(
Windows.Foundation.Collections.IIterable //In WinRT the IEnumerable interface is replaced by IIterable<T> collection
)
function AnnObservableCollection(
collection
)
collection
Source collection. Items will be added to this collection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET